home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / info31 / wcomvxd.tr_ / wcomvxd.tr
Text File  |  1995-06-29  |  9KB  |  234 lines

  1. ; Trace file for WCOMVXD
  2. ; Copyright (C) 1994 FTP Software, Inc., all rights reserved.
  3. ;
  4. ; Warning: If you change these messages, you're changing the output
  5. ;   from the tracing program!  Make sure you know what you're doing
  6. ;   before you do it!
  7. ;
  8. ; Format of the file:
  9. ;   - All lines that *START* with a semicolon are ignored
  10. ;   - Blank lines are ignored
  11. ;   - Message lines must *START* with a number, (which is the message#),
  12. ;     then a space (not a tab!), then the message text.  Messages
  13. ;     may take parameters; use printf formatting for them
  14.  
  15. 0 SendPacket: Driver has been reentered, dropping packet
  16. 1 GlobalEventCallback: Driver has been reentered, rescheduling
  17.  
  18. 2 VxD_Device_Init: WCOMVXD beginning initialization
  19. 3 VxD_Device_Init: Serving as a SLIP packet driver
  20. 4 VxD_Device_Init: Serving as a PPP packet driver
  21. 5 VxD_Device_Init: Cannot hook V86 interrupt chain
  22. 6 VxD_Device_Init: Cannot allocate a semaphore
  23. 7 VxD_Device_Init: Cannot find a serial packet driver
  24.  
  25. 8 krnl_GivePacket2: Dropping packet at kernel's request
  26. 9 krnl_GivePacket2: Kernel has requested a short packet
  27.  
  28. 10 lcpTimerProc: TO+
  29. 11 lcpTimerProc: TO-
  30. 12 GotPacket: PPP packet failed FCS check (0x%04X)
  31. 13 CharHandler: Packet buffer was overrun (%d)
  32.  
  33. 15 pppTriggerEvent: Facility 0x%04X, State 0x04X, event 0x04X, Next State 0x04X
  34.  
  35.  
  36. 20 lcpEvaluateReq: Got option 'MRU %d' [ACK]
  37. 21 lcpEvaluateReq: Got option 'MRU %d' [NAK]
  38. 22 lcpEvaluateReq: Got option 'ACCM 0x%08lX' [ACK]
  39. 23 lcpEvaluateReq: Got option 'Magic Number 0x%08lX' [ACK]
  40. 24 lcpEvaluateReq: Got option 'Magic Number 0x%08lX' [NAK]
  41. 25 lcpEvaluateReq: Got option 'Authentication 0x%04X' [ACK]
  42. 26 lcpEvaluateReq: Got option 'Authentication 0x%04X' [NAK]
  43. 27 lcpEvaluateReq: Got option 'Link Quality Monitor' [ACK]
  44. 28 lcpEvaluateReq: Got option 'Link Quality Monitor' [NAK]
  45. 29 lcpEvaluateReq: Got option 'Protocol-Compress' [ACK]
  46. 30 lcpEvaluateReq: Got option 'Address-Compress' [ACK]
  47. 31 lcpEvaluateReq: Got option number 0x%02X, unknown [REJ]
  48.  
  49. 32 lcpHandler: Got LCP Configure-Request
  50. 33 lcpHandler: Got LCP Configure-Ack
  51. 34 lcpHandler: Got LCP Configure-Nak
  52. 35 lcpHandler: Got LCP Configure-Reject
  53. 36 lcpHandler: Got LCP Terminate-Request
  54. 37 lcpHandler: Got LCP Terminate-Ack
  55. 38 lcpHandler: Got LCP Protocol-Reject
  56. 39 lcpHandler: Got LCP Code-Reject
  57. 40 lcpHandler: Packet pointer was NULL
  58. 41 lcpHandler: Packet length didn't matched passed length
  59. 42 lcpHandler: Given non-LCP packet (protocol field is wrong)
  60. 43 lcpHandler: Got LCP Echo-Request
  61. 44 lcpHandler: Got LCP Identification
  62. 45 lcpHandler: Got LCP Time-Remaining
  63. 46 lcpHandler: Got unknown LCP packet type (0x%02X)
  64. 47 lcpHandler: Got LCP Discard-Request
  65.  
  66. 49 Received a packet with Unknown protocol (0X%04X)
  67.  
  68. 50 Received a PAP packet
  69. 51 Received a CHAP packet
  70. 52 Received an LCP packet
  71. 53 Received an IPCP packet
  72. 54 Received an IP packet
  73. 55 Received a non-compressed VJ packet
  74. 56 Received a compressed VJ packet
  75. 57 Received packet type 0x%04X, no listener
  76. 58 Received a SLIP packet with no SLIP kernel
  77. 59 Received non-LCP packet; not open (0x%04X)
  78. 73 Received an IPXCP packet
  79. 74 Received an IPX packet
  80. 75 Received an NBFCP packet
  81. 76 Received an NBF packet
  82.  
  83. 60 Sent a PAP packet
  84. 61 Sent a CHAP packet
  85. 62 Sent an LCP packet
  86. 63 Sent an IPCP packet
  87. 64 Sent an IP packet len(%d)
  88. 65 Sent a non-compressed VJ packet len(%d)
  89. 66 Sent a compressed VJ packet len(%d)
  90. 68 vj_demux: Got VJC packet with no slot ID
  91.  
  92. 70 Startup: Packet driver doesn't support STRUCT_SIGNAL_TABLE
  93. 71 Startup: Packet driver doesn't support STRUCT_TYPE_TABLE
  94. 72 Startup: Packet driver doesn't support STRUCT_IO_STATS
  95.  
  96. 80 SetPort: Cannot open port (bad device name)
  97. 81 SetPort: Port is already opened
  98. 82 ReleasePort: Cannot close port (Windows problem?)
  99.  
  100.  
  101. 99 pppTriggerEvent: Illegal Action: Facility 0x%04X, State 0x04X, event 0x04X, Next State 0x04X
  102.  
  103. 100 tld: PPP LCP layer is down
  104. 101 tlu: PPP LCP layer is up
  105. 102 tls: PPP LCP layer has been started
  106. 103 tlf: PPP LCP layer has been stopped
  107. 104 irc: Initializing restart counter
  108. 105 zrc: Zeroing restart counter
  109. 106 scr: Sending Configure-Request
  110. 107 sca: Sending Configure-Ack
  111. 108 scn:
  112. 109 str: Sending Terminate-Request
  113. 110 sta: Sending Terminate-ACK
  114. 111 scj: Sending Code-Reject
  115. 112 ser: Sending Echo-Reply
  116. 113 scr: Sending Identification
  117. 114 TimerProc: Sending Time-Remaining
  118.  
  119. 120 scr: Sending with outbound LCP ID 0x%02X
  120. 121 scr: Sending LCP option 'MRU %d'
  121. 122 scr: Sending LCP option 'ACCM 0x%08lX'
  122. 123 scr: Sending LCP option 'MagicNumber 0x%08lX'
  123. 124 scr: Sending LCP option 'Authentication 0x%04X'
  124. 125 scr: Sending LCP option 'Link Quality Monitor'
  125. 126 scr: Sending LCP option 'Protocol-Compress'
  126. 127 scr: Sending LCP option 'Address-Compress'
  127. 128 scn: Sending LCP Configure-Nak
  128. 129 scn: Sending LCP Configure-Reject
  129.  
  130. 130 lcpEvaluateNakRej: Got option 'MRU %d'
  131. 131 lcpEvaluateNakRej: Got option 'ACCM 0x%08lX'
  132. 132 lcpEvaluateNakRej: Got option 'Magic Number 0x%08lX'
  133. 133 lcpEvaluateNakRej: Got option 'Link Quality Monitor'
  134. 134 lcpEvaluateNakRej: Got option 'Protocol-Compress'
  135. 135 lcpEvaluateNakRej: Got option 'Address-Compress'
  136.  
  137. 170 IPCP: Got IPCP Configure-Request
  138. 171 IPCP: Got IPCP Configure-Ack
  139. 172 IPCP: Got IPCP Configure-Nak
  140. 173 IPCP: Got IPCP Configure-Reject
  141. 174 IPCP: Sending IPCP Configure-Request
  142. 175 IPCP: Sending IPCP Configure-Ack
  143. 176 IPCP: Sending IPCP Configure-Nak
  144. 177 IPCP: Sending IPCP Configure-Reject
  145.  
  146. 180 IPCP: Sending IPCP option 'Addresses 0x%08lX'
  147. 181 IPCP: Sending IPCP option 'Compression'
  148. 182 IPCP: Sending IPCP option 'Address 0x%08lX'
  149.  
  150. 185 IPCP: Got option 'Addresses ACK 0x%08lX'
  151. 188 IPCP: Got ACK to VJ Comp CID 'slots %d'
  152.  
  153. 190 IPCP: Got option 'Address ACK 0x%08lX'
  154. 191 IPCP: Got IPCP NAK/REJ 'Addresses 0x%08lX'
  155. 192 IPCP: Got option 'Address 0x%08lX'
  156. 193 IPCP: ipcpEvaluateNakRej: VJComp 'slots %d'
  157. 194 IPCP: ipcpEvaluateNakRej: VJCompCID 'slots %d'
  158. 195 IPCP: Got IPCP NAK/REJ 'Address 0x%08lX'
  159. 196 IPCP: ipcpSendConfigReq: local Address 0x%08lX
  160. 197 IPCP: Sending IPCP option VJ Compression 'max slots %d'
  161. 198 IPCP: ipcpSendConfigReq: VJCID 'slots %d'
  162. 199 IPCP: Sending IPCP option 'Address 0x%08lX'
  163.  
  164. 200 WCOMVXD_Register: Already registered
  165. 201 WCOMVXD_Register: No serial packet driver present
  166. 202 WCOMVXD_UnRegsiter: Unregistered without registering
  167. 203 WCOMVXD_UnRegister: Should release port I/O before unregistering
  168. 204 WCOMVXD_FlushComm: Must own the port I/O
  169. 205 WCOMVXD_FlushComm: Must be registered
  170. 206 WCOMVXD_GetCommError: Cannot map address to flat
  171. 207 WCOMVXD_GetCommError: Must own the port I/O
  172. 208 WCOMVXD_GetCommError: Must be registered
  173. 209 WCOMVXD_GetCommState: Cannot map to flat memory
  174. 210 WCOMVXD_GetCommState: Must own the port I/O
  175. 211 WCOMVXD_GetCommState: Must be registered
  176. 212 WCOMVXD_ReadComm: Couldn't get flat address
  177. 213 WCOMVXD_ReadComm: Must own the port I/O
  178. 214 WCOMVXD_ReadComm: Must be registered
  179. 215 WCOMVXD_GetCommState: Cannot map to flat memory
  180. 216 WCOMVXD_GetCommState: Must own the port I/O
  181. 217 WCOMVXD_GetCommState: Must be registered
  182. 218 WCOMVXD_WriteComm: Couldn't get flat address
  183. 219 WCOMVXD_WriteComm: Must own the port I/O
  184. 220 WCOMVXD_WriteComm: Must be registered
  185. 221 WCOMVXD_GetPort: Must own the port I/O
  186. 222 WCOMVXD_GetPort: Must be registered
  187. 223 WCOMVXD_GetPortIO: Already own the port I/O
  188. 224 WCOMVXD_ReleasePortIO: Don't own the port I/O
  189. 225 WCOMVXD_SetPort: Must own the port I/O
  190. 226 WCOMVXD_SetPort: Must be registered
  191. 227 WCOMVXD_GetPPPSettings: Cannot map address to flat
  192. 228 WCOMVXD_GetPPPSettings: Must own the port I/O
  193. 229 WCOMVXD_GetPPPSettings: Must be registered
  194. 230 WCOMVXD_GetVJSettings: Cannot map address to flat
  195. 231 WCOMVXD_GetVJSettings: Must own the port I/O
  196. 232 WCOMVXD_GetVJSettings: Must be registered
  197. 233 WCOMVXD_SetPPPSettings: Cannot map address to flat
  198. 234 WCOMVXD_SetPPPSettings: Must own the port I/O
  199. 235 WCOMVXD_SetPPPSettings: Must be registered
  200. 236 WCOMVXD_SetVJSettings: Cannot map address to flat
  201. 237 WCOMVXD_SetVJSettings: Must own the port I/O
  202. 238 WCOMVXD_SetVJSettings: Must be registered
  203. 239 WCOMVXD_SetProtocol_Impossible
  204. 240 WCOMVXD_SetProtocol_Unknown 0x%04X
  205. 241 WCOMVXD_EscapeFunction_MustOwn
  206. 242 WCOMVXD_CannotMap
  207. 243 WCOMVXD_ReleaseIO_WrongVM
  208.  
  209. 300 Auth: Unexpected timeout generated
  210. 301 Auth: TO+
  211. 302 Auth: TO-
  212. 303 authHandler: Got packet, not currently authenticating
  213. 304 papHandler: Got null packet pointer
  214. 305 papHandler: Got incomplete packet header
  215. 306 papHandler: Got unmatched packet length
  216. 307 papHandler: Got a non-PAP packet
  217. 308 authHandler: Got bad sequence ID 0x%02X
  218. 309 papHandler: Got Authenticate-Request packet
  219. 310 papHandler: Got Authenticate-Ack packet
  220. 311 papHandler: Got Authenticate-Nak packet
  221. 312 papHandler: Got unknown PAP packet type 0x%02X
  222. 313 papHandler: Got bad message length
  223. 314 papHandler: Enclosed PAP message: %s
  224. 315 chapHandler: Got zero length CHAP challenge
  225. 316 chapHandler: CHAP Challenge length was bad (length=%d)
  226. 317 chapHandler: CHAP Challenge name: %s
  227. 318 chapHandler: No CHAP Challenge name given
  228. 319 chapHandler: Got a non-CHAP packet
  229. 320 chapHandler: Got CHAP-Challenge packet
  230. 321 chapHandler: Got CHAP-Response packet
  231. 322 chapHandler: Got CHAP-Success packet
  232. 323 chapHandler: Got CHAP-Failure packet
  233. 324 chapHandler: Got unknown CHAP packet type 0x%02X
  234.